app2(app2(app2(if, true), xs), ys) -> xs
app2(app2(app2(if, false), xs), ys) -> ys
app2(app2(sub, x), 0) -> x
app2(app2(sub, app2(s, x)), app2(s, y)) -> app2(app2(sub, x), y)
app2(app2(gtr, 0), y) -> false
app2(app2(gtr, app2(s, x)), 0) -> true
app2(app2(gtr, app2(s, x)), app2(s, y)) -> app2(app2(gtr, x), y)
app2(app2(d, x), 0) -> true
app2(app2(d, app2(s, x)), app2(s, y)) -> app2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
app2(len, nil) -> 0
app2(len, app2(app2(cons, x), xs)) -> app2(s, app2(len, xs))
app2(app2(filter, p), nil) -> nil
app2(app2(filter, p), app2(app2(cons, x), xs)) -> app2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))
↳ QTRS
↳ Non-Overlap Check
app2(app2(app2(if, true), xs), ys) -> xs
app2(app2(app2(if, false), xs), ys) -> ys
app2(app2(sub, x), 0) -> x
app2(app2(sub, app2(s, x)), app2(s, y)) -> app2(app2(sub, x), y)
app2(app2(gtr, 0), y) -> false
app2(app2(gtr, app2(s, x)), 0) -> true
app2(app2(gtr, app2(s, x)), app2(s, y)) -> app2(app2(gtr, x), y)
app2(app2(d, x), 0) -> true
app2(app2(d, app2(s, x)), app2(s, y)) -> app2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
app2(len, nil) -> 0
app2(len, app2(app2(cons, x), xs)) -> app2(s, app2(len, xs))
app2(app2(filter, p), nil) -> nil
app2(app2(filter, p), app2(app2(cons, x), xs)) -> app2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))
↳ QTRS
↳ Non-Overlap Check
↳ QTRS
↳ DependencyPairsProof
app2(app2(app2(if, true), xs), ys) -> xs
app2(app2(app2(if, false), xs), ys) -> ys
app2(app2(sub, x), 0) -> x
app2(app2(sub, app2(s, x)), app2(s, y)) -> app2(app2(sub, x), y)
app2(app2(gtr, 0), y) -> false
app2(app2(gtr, app2(s, x)), 0) -> true
app2(app2(gtr, app2(s, x)), app2(s, y)) -> app2(app2(gtr, x), y)
app2(app2(d, x), 0) -> true
app2(app2(d, app2(s, x)), app2(s, y)) -> app2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
app2(len, nil) -> 0
app2(len, app2(app2(cons, x), xs)) -> app2(s, app2(len, xs))
app2(app2(filter, p), nil) -> nil
app2(app2(filter, p), app2(app2(cons, x), xs)) -> app2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))
app2(app2(app2(if, true), x0), x1)
app2(app2(app2(if, false), x0), x1)
app2(app2(sub, x0), 0)
app2(app2(sub, app2(s, x0)), app2(s, x1))
app2(app2(gtr, 0), x0)
app2(app2(gtr, app2(s, x0)), 0)
app2(app2(gtr, app2(s, x0)), app2(s, x1))
app2(app2(d, x0), 0)
app2(app2(d, app2(s, x0)), app2(s, x1))
app2(len, nil)
app2(len, app2(app2(cons, x0), x1))
app2(app2(filter, x0), nil)
app2(app2(filter, x0), app2(app2(cons, x1), x2))
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))
APP2(app2(gtr, app2(s, x)), app2(s, y)) -> APP2(app2(gtr, x), y)
APP2(app2(gtr, app2(s, x)), app2(s, y)) -> APP2(gtr, x)
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
APP2(len, app2(app2(cons, x), xs)) -> APP2(len, xs)
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(if, app2(p, x))
APP2(app2(sub, app2(s, x)), app2(s, y)) -> APP2(app2(sub, x), y)
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(app2(d, app2(s, x)), app2(app2(sub, y), x))
APP2(app2(sub, app2(s, x)), app2(s, y)) -> APP2(sub, x)
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(gtr, x)
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(sub, y)
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(p, x)
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(app2(if, app2(app2(gtr, x), y)), false)
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(if, app2(app2(gtr, x), y))
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(app2(filter, p), xs)
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(app2(cons, x), app2(app2(filter, p), xs))
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(app2(gtr, x), y)
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(app2(sub, y), x)
APP2(len, app2(app2(cons, x), xs)) -> APP2(s, app2(len, xs))
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs)))
app2(app2(app2(if, true), xs), ys) -> xs
app2(app2(app2(if, false), xs), ys) -> ys
app2(app2(sub, x), 0) -> x
app2(app2(sub, app2(s, x)), app2(s, y)) -> app2(app2(sub, x), y)
app2(app2(gtr, 0), y) -> false
app2(app2(gtr, app2(s, x)), 0) -> true
app2(app2(gtr, app2(s, x)), app2(s, y)) -> app2(app2(gtr, x), y)
app2(app2(d, x), 0) -> true
app2(app2(d, app2(s, x)), app2(s, y)) -> app2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
app2(len, nil) -> 0
app2(len, app2(app2(cons, x), xs)) -> app2(s, app2(len, xs))
app2(app2(filter, p), nil) -> nil
app2(app2(filter, p), app2(app2(cons, x), xs)) -> app2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))
app2(app2(app2(if, true), x0), x1)
app2(app2(app2(if, false), x0), x1)
app2(app2(sub, x0), 0)
app2(app2(sub, app2(s, x0)), app2(s, x1))
app2(app2(gtr, 0), x0)
app2(app2(gtr, app2(s, x0)), 0)
app2(app2(gtr, app2(s, x0)), app2(s, x1))
app2(app2(d, x0), 0)
app2(app2(d, app2(s, x0)), app2(s, x1))
app2(len, nil)
app2(len, app2(app2(cons, x0), x1))
app2(app2(filter, x0), nil)
app2(app2(filter, x0), app2(app2(cons, x1), x2))
↳ QTRS
↳ Non-Overlap Check
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))
APP2(app2(gtr, app2(s, x)), app2(s, y)) -> APP2(app2(gtr, x), y)
APP2(app2(gtr, app2(s, x)), app2(s, y)) -> APP2(gtr, x)
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
APP2(len, app2(app2(cons, x), xs)) -> APP2(len, xs)
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(if, app2(p, x))
APP2(app2(sub, app2(s, x)), app2(s, y)) -> APP2(app2(sub, x), y)
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(app2(d, app2(s, x)), app2(app2(sub, y), x))
APP2(app2(sub, app2(s, x)), app2(s, y)) -> APP2(sub, x)
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(gtr, x)
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(sub, y)
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(p, x)
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(app2(if, app2(app2(gtr, x), y)), false)
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(if, app2(app2(gtr, x), y))
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(app2(filter, p), xs)
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(app2(cons, x), app2(app2(filter, p), xs))
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(app2(gtr, x), y)
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(app2(sub, y), x)
APP2(len, app2(app2(cons, x), xs)) -> APP2(s, app2(len, xs))
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs)))
app2(app2(app2(if, true), xs), ys) -> xs
app2(app2(app2(if, false), xs), ys) -> ys
app2(app2(sub, x), 0) -> x
app2(app2(sub, app2(s, x)), app2(s, y)) -> app2(app2(sub, x), y)
app2(app2(gtr, 0), y) -> false
app2(app2(gtr, app2(s, x)), 0) -> true
app2(app2(gtr, app2(s, x)), app2(s, y)) -> app2(app2(gtr, x), y)
app2(app2(d, x), 0) -> true
app2(app2(d, app2(s, x)), app2(s, y)) -> app2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
app2(len, nil) -> 0
app2(len, app2(app2(cons, x), xs)) -> app2(s, app2(len, xs))
app2(app2(filter, p), nil) -> nil
app2(app2(filter, p), app2(app2(cons, x), xs)) -> app2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))
app2(app2(app2(if, true), x0), x1)
app2(app2(app2(if, false), x0), x1)
app2(app2(sub, x0), 0)
app2(app2(sub, app2(s, x0)), app2(s, x1))
app2(app2(gtr, 0), x0)
app2(app2(gtr, app2(s, x0)), 0)
app2(app2(gtr, app2(s, x0)), app2(s, x1))
app2(app2(d, x0), 0)
app2(app2(d, app2(s, x0)), app2(s, x1))
app2(len, nil)
app2(len, app2(app2(cons, x0), x1))
app2(app2(filter, x0), nil)
app2(app2(filter, x0), app2(app2(cons, x1), x2))
↳ QTRS
↳ Non-Overlap Check
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDP
↳ QDP
↳ QDP
APP2(len, app2(app2(cons, x), xs)) -> APP2(len, xs)
app2(app2(app2(if, true), xs), ys) -> xs
app2(app2(app2(if, false), xs), ys) -> ys
app2(app2(sub, x), 0) -> x
app2(app2(sub, app2(s, x)), app2(s, y)) -> app2(app2(sub, x), y)
app2(app2(gtr, 0), y) -> false
app2(app2(gtr, app2(s, x)), 0) -> true
app2(app2(gtr, app2(s, x)), app2(s, y)) -> app2(app2(gtr, x), y)
app2(app2(d, x), 0) -> true
app2(app2(d, app2(s, x)), app2(s, y)) -> app2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
app2(len, nil) -> 0
app2(len, app2(app2(cons, x), xs)) -> app2(s, app2(len, xs))
app2(app2(filter, p), nil) -> nil
app2(app2(filter, p), app2(app2(cons, x), xs)) -> app2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))
app2(app2(app2(if, true), x0), x1)
app2(app2(app2(if, false), x0), x1)
app2(app2(sub, x0), 0)
app2(app2(sub, app2(s, x0)), app2(s, x1))
app2(app2(gtr, 0), x0)
app2(app2(gtr, app2(s, x0)), 0)
app2(app2(gtr, app2(s, x0)), app2(s, x1))
app2(app2(d, x0), 0)
app2(app2(d, app2(s, x0)), app2(s, x1))
app2(len, nil)
app2(len, app2(app2(cons, x0), x1))
app2(app2(filter, x0), nil)
app2(app2(filter, x0), app2(app2(cons, x1), x2))
The following pairs can be strictly oriented and are deleted.
The remaining pairs can at least by weakly be oriented.
APP2(len, app2(app2(cons, x), xs)) -> APP2(len, xs)
[APP1, app1] > len
cons > len
↳ QTRS
↳ Non-Overlap Check
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ PisEmptyProof
↳ QDP
↳ QDP
↳ QDP
↳ QDP
app2(app2(app2(if, true), xs), ys) -> xs
app2(app2(app2(if, false), xs), ys) -> ys
app2(app2(sub, x), 0) -> x
app2(app2(sub, app2(s, x)), app2(s, y)) -> app2(app2(sub, x), y)
app2(app2(gtr, 0), y) -> false
app2(app2(gtr, app2(s, x)), 0) -> true
app2(app2(gtr, app2(s, x)), app2(s, y)) -> app2(app2(gtr, x), y)
app2(app2(d, x), 0) -> true
app2(app2(d, app2(s, x)), app2(s, y)) -> app2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
app2(len, nil) -> 0
app2(len, app2(app2(cons, x), xs)) -> app2(s, app2(len, xs))
app2(app2(filter, p), nil) -> nil
app2(app2(filter, p), app2(app2(cons, x), xs)) -> app2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))
app2(app2(app2(if, true), x0), x1)
app2(app2(app2(if, false), x0), x1)
app2(app2(sub, x0), 0)
app2(app2(sub, app2(s, x0)), app2(s, x1))
app2(app2(gtr, 0), x0)
app2(app2(gtr, app2(s, x0)), 0)
app2(app2(gtr, app2(s, x0)), app2(s, x1))
app2(app2(d, x0), 0)
app2(app2(d, app2(s, x0)), app2(s, x1))
app2(len, nil)
app2(len, app2(app2(cons, x0), x1))
app2(app2(filter, x0), nil)
app2(app2(filter, x0), app2(app2(cons, x1), x2))
↳ QTRS
↳ Non-Overlap Check
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDP
↳ QDP
APP2(app2(gtr, app2(s, x)), app2(s, y)) -> APP2(app2(gtr, x), y)
app2(app2(app2(if, true), xs), ys) -> xs
app2(app2(app2(if, false), xs), ys) -> ys
app2(app2(sub, x), 0) -> x
app2(app2(sub, app2(s, x)), app2(s, y)) -> app2(app2(sub, x), y)
app2(app2(gtr, 0), y) -> false
app2(app2(gtr, app2(s, x)), 0) -> true
app2(app2(gtr, app2(s, x)), app2(s, y)) -> app2(app2(gtr, x), y)
app2(app2(d, x), 0) -> true
app2(app2(d, app2(s, x)), app2(s, y)) -> app2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
app2(len, nil) -> 0
app2(len, app2(app2(cons, x), xs)) -> app2(s, app2(len, xs))
app2(app2(filter, p), nil) -> nil
app2(app2(filter, p), app2(app2(cons, x), xs)) -> app2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))
app2(app2(app2(if, true), x0), x1)
app2(app2(app2(if, false), x0), x1)
app2(app2(sub, x0), 0)
app2(app2(sub, app2(s, x0)), app2(s, x1))
app2(app2(gtr, 0), x0)
app2(app2(gtr, app2(s, x0)), 0)
app2(app2(gtr, app2(s, x0)), app2(s, x1))
app2(app2(d, x0), 0)
app2(app2(d, app2(s, x0)), app2(s, x1))
app2(len, nil)
app2(len, app2(app2(cons, x0), x1))
app2(app2(filter, x0), nil)
app2(app2(filter, x0), app2(app2(cons, x1), x2))
The following pairs can be strictly oriented and are deleted.
The remaining pairs can at least by weakly be oriented.
APP2(app2(gtr, app2(s, x)), app2(s, y)) -> APP2(app2(gtr, x), y)
trivial
↳ QTRS
↳ Non-Overlap Check
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ PisEmptyProof
↳ QDP
↳ QDP
↳ QDP
app2(app2(app2(if, true), xs), ys) -> xs
app2(app2(app2(if, false), xs), ys) -> ys
app2(app2(sub, x), 0) -> x
app2(app2(sub, app2(s, x)), app2(s, y)) -> app2(app2(sub, x), y)
app2(app2(gtr, 0), y) -> false
app2(app2(gtr, app2(s, x)), 0) -> true
app2(app2(gtr, app2(s, x)), app2(s, y)) -> app2(app2(gtr, x), y)
app2(app2(d, x), 0) -> true
app2(app2(d, app2(s, x)), app2(s, y)) -> app2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
app2(len, nil) -> 0
app2(len, app2(app2(cons, x), xs)) -> app2(s, app2(len, xs))
app2(app2(filter, p), nil) -> nil
app2(app2(filter, p), app2(app2(cons, x), xs)) -> app2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))
app2(app2(app2(if, true), x0), x1)
app2(app2(app2(if, false), x0), x1)
app2(app2(sub, x0), 0)
app2(app2(sub, app2(s, x0)), app2(s, x1))
app2(app2(gtr, 0), x0)
app2(app2(gtr, app2(s, x0)), 0)
app2(app2(gtr, app2(s, x0)), app2(s, x1))
app2(app2(d, x0), 0)
app2(app2(d, app2(s, x0)), app2(s, x1))
app2(len, nil)
app2(len, app2(app2(cons, x0), x1))
app2(app2(filter, x0), nil)
app2(app2(filter, x0), app2(app2(cons, x1), x2))
↳ QTRS
↳ Non-Overlap Check
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDP
APP2(app2(sub, app2(s, x)), app2(s, y)) -> APP2(app2(sub, x), y)
app2(app2(app2(if, true), xs), ys) -> xs
app2(app2(app2(if, false), xs), ys) -> ys
app2(app2(sub, x), 0) -> x
app2(app2(sub, app2(s, x)), app2(s, y)) -> app2(app2(sub, x), y)
app2(app2(gtr, 0), y) -> false
app2(app2(gtr, app2(s, x)), 0) -> true
app2(app2(gtr, app2(s, x)), app2(s, y)) -> app2(app2(gtr, x), y)
app2(app2(d, x), 0) -> true
app2(app2(d, app2(s, x)), app2(s, y)) -> app2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
app2(len, nil) -> 0
app2(len, app2(app2(cons, x), xs)) -> app2(s, app2(len, xs))
app2(app2(filter, p), nil) -> nil
app2(app2(filter, p), app2(app2(cons, x), xs)) -> app2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))
app2(app2(app2(if, true), x0), x1)
app2(app2(app2(if, false), x0), x1)
app2(app2(sub, x0), 0)
app2(app2(sub, app2(s, x0)), app2(s, x1))
app2(app2(gtr, 0), x0)
app2(app2(gtr, app2(s, x0)), 0)
app2(app2(gtr, app2(s, x0)), app2(s, x1))
app2(app2(d, x0), 0)
app2(app2(d, app2(s, x0)), app2(s, x1))
app2(len, nil)
app2(len, app2(app2(cons, x0), x1))
app2(app2(filter, x0), nil)
app2(app2(filter, x0), app2(app2(cons, x1), x2))
The following pairs can be strictly oriented and are deleted.
The remaining pairs can at least by weakly be oriented.
APP2(app2(sub, app2(s, x)), app2(s, y)) -> APP2(app2(sub, x), y)
trivial
↳ QTRS
↳ Non-Overlap Check
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ PisEmptyProof
↳ QDP
↳ QDP
app2(app2(app2(if, true), xs), ys) -> xs
app2(app2(app2(if, false), xs), ys) -> ys
app2(app2(sub, x), 0) -> x
app2(app2(sub, app2(s, x)), app2(s, y)) -> app2(app2(sub, x), y)
app2(app2(gtr, 0), y) -> false
app2(app2(gtr, app2(s, x)), 0) -> true
app2(app2(gtr, app2(s, x)), app2(s, y)) -> app2(app2(gtr, x), y)
app2(app2(d, x), 0) -> true
app2(app2(d, app2(s, x)), app2(s, y)) -> app2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
app2(len, nil) -> 0
app2(len, app2(app2(cons, x), xs)) -> app2(s, app2(len, xs))
app2(app2(filter, p), nil) -> nil
app2(app2(filter, p), app2(app2(cons, x), xs)) -> app2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))
app2(app2(app2(if, true), x0), x1)
app2(app2(app2(if, false), x0), x1)
app2(app2(sub, x0), 0)
app2(app2(sub, app2(s, x0)), app2(s, x1))
app2(app2(gtr, 0), x0)
app2(app2(gtr, app2(s, x0)), 0)
app2(app2(gtr, app2(s, x0)), app2(s, x1))
app2(app2(d, x0), 0)
app2(app2(d, app2(s, x0)), app2(s, x1))
app2(len, nil)
app2(len, app2(app2(cons, x0), x1))
app2(app2(filter, x0), nil)
app2(app2(filter, x0), app2(app2(cons, x1), x2))
↳ QTRS
↳ Non-Overlap Check
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDP
APP2(app2(d, app2(s, x)), app2(s, y)) -> APP2(app2(d, app2(s, x)), app2(app2(sub, y), x))
app2(app2(app2(if, true), xs), ys) -> xs
app2(app2(app2(if, false), xs), ys) -> ys
app2(app2(sub, x), 0) -> x
app2(app2(sub, app2(s, x)), app2(s, y)) -> app2(app2(sub, x), y)
app2(app2(gtr, 0), y) -> false
app2(app2(gtr, app2(s, x)), 0) -> true
app2(app2(gtr, app2(s, x)), app2(s, y)) -> app2(app2(gtr, x), y)
app2(app2(d, x), 0) -> true
app2(app2(d, app2(s, x)), app2(s, y)) -> app2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
app2(len, nil) -> 0
app2(len, app2(app2(cons, x), xs)) -> app2(s, app2(len, xs))
app2(app2(filter, p), nil) -> nil
app2(app2(filter, p), app2(app2(cons, x), xs)) -> app2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))
app2(app2(app2(if, true), x0), x1)
app2(app2(app2(if, false), x0), x1)
app2(app2(sub, x0), 0)
app2(app2(sub, app2(s, x0)), app2(s, x1))
app2(app2(gtr, 0), x0)
app2(app2(gtr, app2(s, x0)), 0)
app2(app2(gtr, app2(s, x0)), app2(s, x1))
app2(app2(d, x0), 0)
app2(app2(d, app2(s, x0)), app2(s, x1))
app2(len, nil)
app2(len, app2(app2(cons, x0), x1))
app2(app2(filter, x0), nil)
app2(app2(filter, x0), app2(app2(cons, x1), x2))
↳ QTRS
↳ Non-Overlap Check
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDPOrderProof
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(p, x)
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(app2(filter, p), xs)
app2(app2(app2(if, true), xs), ys) -> xs
app2(app2(app2(if, false), xs), ys) -> ys
app2(app2(sub, x), 0) -> x
app2(app2(sub, app2(s, x)), app2(s, y)) -> app2(app2(sub, x), y)
app2(app2(gtr, 0), y) -> false
app2(app2(gtr, app2(s, x)), 0) -> true
app2(app2(gtr, app2(s, x)), app2(s, y)) -> app2(app2(gtr, x), y)
app2(app2(d, x), 0) -> true
app2(app2(d, app2(s, x)), app2(s, y)) -> app2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
app2(len, nil) -> 0
app2(len, app2(app2(cons, x), xs)) -> app2(s, app2(len, xs))
app2(app2(filter, p), nil) -> nil
app2(app2(filter, p), app2(app2(cons, x), xs)) -> app2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))
app2(app2(app2(if, true), x0), x1)
app2(app2(app2(if, false), x0), x1)
app2(app2(sub, x0), 0)
app2(app2(sub, app2(s, x0)), app2(s, x1))
app2(app2(gtr, 0), x0)
app2(app2(gtr, app2(s, x0)), 0)
app2(app2(gtr, app2(s, x0)), app2(s, x1))
app2(app2(d, x0), 0)
app2(app2(d, app2(s, x0)), app2(s, x1))
app2(len, nil)
app2(len, app2(app2(cons, x0), x1))
app2(app2(filter, x0), nil)
app2(app2(filter, x0), app2(app2(cons, x1), x2))
The following pairs can be strictly oriented and are deleted.
The remaining pairs can at least by weakly be oriented.
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(p, x)
Used ordering: Combined order from the following AFS and order.
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(app2(filter, p), xs)
APP1 > filter
app1 > filter
cons > filter
↳ QTRS
↳ Non-Overlap Check
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDPOrderProof
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(app2(filter, p), xs)
app2(app2(app2(if, true), xs), ys) -> xs
app2(app2(app2(if, false), xs), ys) -> ys
app2(app2(sub, x), 0) -> x
app2(app2(sub, app2(s, x)), app2(s, y)) -> app2(app2(sub, x), y)
app2(app2(gtr, 0), y) -> false
app2(app2(gtr, app2(s, x)), 0) -> true
app2(app2(gtr, app2(s, x)), app2(s, y)) -> app2(app2(gtr, x), y)
app2(app2(d, x), 0) -> true
app2(app2(d, app2(s, x)), app2(s, y)) -> app2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
app2(len, nil) -> 0
app2(len, app2(app2(cons, x), xs)) -> app2(s, app2(len, xs))
app2(app2(filter, p), nil) -> nil
app2(app2(filter, p), app2(app2(cons, x), xs)) -> app2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))
app2(app2(app2(if, true), x0), x1)
app2(app2(app2(if, false), x0), x1)
app2(app2(sub, x0), 0)
app2(app2(sub, app2(s, x0)), app2(s, x1))
app2(app2(gtr, 0), x0)
app2(app2(gtr, app2(s, x0)), 0)
app2(app2(gtr, app2(s, x0)), app2(s, x1))
app2(app2(d, x0), 0)
app2(app2(d, app2(s, x0)), app2(s, x1))
app2(len, nil)
app2(len, app2(app2(cons, x0), x1))
app2(app2(filter, x0), nil)
app2(app2(filter, x0), app2(app2(cons, x1), x2))
The following pairs can be strictly oriented and are deleted.
The remaining pairs can at least by weakly be oriented.
APP2(app2(filter, p), app2(app2(cons, x), xs)) -> APP2(app2(filter, p), xs)
[APP1, app1] > [filter, cons]
↳ QTRS
↳ Non-Overlap Check
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ PisEmptyProof
app2(app2(app2(if, true), xs), ys) -> xs
app2(app2(app2(if, false), xs), ys) -> ys
app2(app2(sub, x), 0) -> x
app2(app2(sub, app2(s, x)), app2(s, y)) -> app2(app2(sub, x), y)
app2(app2(gtr, 0), y) -> false
app2(app2(gtr, app2(s, x)), 0) -> true
app2(app2(gtr, app2(s, x)), app2(s, y)) -> app2(app2(gtr, x), y)
app2(app2(d, x), 0) -> true
app2(app2(d, app2(s, x)), app2(s, y)) -> app2(app2(app2(if, app2(app2(gtr, x), y)), false), app2(app2(d, app2(s, x)), app2(app2(sub, y), x)))
app2(len, nil) -> 0
app2(len, app2(app2(cons, x), xs)) -> app2(s, app2(len, xs))
app2(app2(filter, p), nil) -> nil
app2(app2(filter, p), app2(app2(cons, x), xs)) -> app2(app2(app2(if, app2(p, x)), app2(app2(cons, x), app2(app2(filter, p), xs))), app2(app2(filter, p), xs))
app2(app2(app2(if, true), x0), x1)
app2(app2(app2(if, false), x0), x1)
app2(app2(sub, x0), 0)
app2(app2(sub, app2(s, x0)), app2(s, x1))
app2(app2(gtr, 0), x0)
app2(app2(gtr, app2(s, x0)), 0)
app2(app2(gtr, app2(s, x0)), app2(s, x1))
app2(app2(d, x0), 0)
app2(app2(d, app2(s, x0)), app2(s, x1))
app2(len, nil)
app2(len, app2(app2(cons, x0), x1))
app2(app2(filter, x0), nil)
app2(app2(filter, x0), app2(app2(cons, x1), x2))